Constructor that constructor button from string and clickHandler.
Constructor(Example click handler setup:/b>
Dim button as NSButton = new NSButton("Some button", addressof Button1Click)
Then the function to receive the click would look like this:
Private Sub Button1Click()
MsgBox "Button1 click"
End Sub